SGGetSoundInputDriver
TheSGGetSoundInputDriver
function allows you to determine the sound input device currently in use by a sound channel component.
pascal long SGGetSoundInputDriver (SGChannel c);
c
- Specifies the reference that identifies the channel for this operation. You obtain this reference from the
SGNewChannel
function, described on page 5-29.DESCRIPTION
TheSGGetSoundInputDriver
function returns a reference to the sound input device. If the sound channel is not using a sound input device, this returned value is set tonil
.You may want to gain access to the sound input device if you want to change the device's configuration.
SPECIAL CONSIDERATIONS
If you change any of the device's operating parameters, be sure to inform the sequence grabber component by calling theSGSoundInputDriverChanged
function, which is described in the next section.SEE ALSO
You can assign a sound input device to a sound channel by calling theSGSetSoundInputDriver
function, described in the previous section.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help